Fix trigraphs in private markers.
authorMatthias Clasen <mclasen@redhat.com>
Tue, 2 Nov 2004 05:58:38 +0000 (05:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 2 Nov 2004 05:58:38 +0000 (05:58 +0000)
2004-11-02  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilechooserbutton.h

index e931340e92a4989ffd0c0e381cb569277c4bc86b..595c428e1cddce2aa5cf7bf205cc637e8b1713eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
        * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
        Fix a doc comment.
 
index e931340e92a4989ffd0c0e381cb569277c4bc86b..595c428e1cddce2aa5cf7bf205cc637e8b1713eb 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
        * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
        Fix a doc comment.
 
index e931340e92a4989ffd0c0e381cb569277c4bc86b..595c428e1cddce2aa5cf7bf205cc637e8b1713eb 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
        * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
        Fix a doc comment.
 
index e931340e92a4989ffd0c0e381cb569277c4bc86b..595c428e1cddce2aa5cf7bf205cc637e8b1713eb 100644 (file)
@@ -1,5 +1,7 @@
 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkfilechooserbutton.h: Fix trigraphs in private markers.
+
        * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_class_init): 
        Fix a doc comment.
 
index 780d73cbe8402d8913d6644a6f667e5aee5fbc34..9cb22ba26d55238d01ee538874eb41af718e2c99 100644 (file)
@@ -47,7 +47,7 @@ typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
 
 struct _GtkFileChooserButton
 {
-  /* <private> */
+  /*< private >*/
   GtkHBox parent;
 
   GtkFileChooserButtonPrivate *priv;
@@ -55,7 +55,7 @@ struct _GtkFileChooserButton
 
 struct _GtkFileChooserButtonClass
 {
-  /* <private> */
+  /*< private >*/
   GtkHBoxClass parent_class;
 
   void (*__gtk_reserved1);